home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Leisure Game Pak 1
/
Leisure Game Pak I.iso
/
lpgame1
/
93
/
inst_hd.bat
< prev
next >
Wrap
DOS Batch File
|
1994-08-17
|
375b
|
16 lines
@echo off
cls
echo STARFIRE Hard Disk Installation Program
echo ---------------------------------------
echo STARFIRE will be copied to a directory on your Hard Disk
echo called C:\STARFIRE. Press CTRL-C to abort or
pause
md c:\STARFIRE
echo Copying files.. one moment please
xcopy *.* c:\STARFIRE
c:
cd \starfire
cls
echo Type 'starfire' to play... Enjoy..